Go to the SVN repository for this file.
48 intNumRows = Max(m_NumRows, RowIndex+1);
49 intNumCols = Max(m_NumCols, ColIndex+1);
80 if(NumRows > 0 && NumCols > 0) {
83 for(
i= 0;
i< NumRows; ++
i) {
84 for(j = 0; j < NumCols; ++j) {
93 for(
i= 0;
i< NumRows; ++
i) {
94 for(j = 0; j < NumCols; ++j) {
111 typedef double* DoublePtr;
114 m_Array=
newDoublePtr[NumRows];
116 for(
int i=0;
i<NumRows;
i++) {
118 m_Array[
i] =
new double[NumCols];
183 for(
int i=0;
i<
Matrix.m_NumRows;
i++) {
194 for(
int i=0;
i<
n; ++
i) {
195 for(
intj=0; j<
n; ++j) {
196 if(ignoreDiagonal &&
i== j) {
211 for(
i=0;
i<
n; ++
i) {
212 for(j=0; j<
n; ++j) {
213 if(ignoreDiagonal &&
i== j) {
void GetExtremalEntries(double &max, double &min, bool ignoreDiagonal=false)
bool Shrink(const int NumRows, const int NumCols)
void Allocate(const int NumRows, const int NumCols)
void SlowCopy(const AMatrix_base &Matrix)
void LinearTransform(double b, double m, bool ignoreDiagonal=false)
void Copy(const AMatrix_base &Matrix)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4