newmat4.cpp File Reference
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
Include dependency graph for newmat4.cpp:
Go to the source code of this file.
Define Documentation
Function Documentation
void BlockCopy |
( |
int |
n, |
|
|
Real * |
from, |
|
|
Real * |
to |
|
) |
[static] |
|
bool Compare |
( |
const MatrixType & |
source, |
|
|
MatrixType & |
destination |
|
) |
|
|
|
Definition at line 742 of file newmat4.cpp.
Referenced by NEWMAT::GeneralMatrix::BorrowStore(), NEWMAT::StackedMatrix::Evaluate(), NEWMAT::ConcatenatedMatrix::Evaluate(), NEWMAT::GetSubMatrix::Evaluate(), NEWMAT::TransposedMatrix::Evaluate(), NEWMAT::NegatedMatrix::Evaluate(), NEWMAT::ScaledMatrix::Evaluate(), NEWMAT::NegShiftedMatrix::Evaluate(), NEWMAT::ShiftedMatrix::Evaluate(), NEWMAT::GeneralMatrix::Evaluate(), NEWMAT::GeneralKP(), NEWMAT::GeneralMult(), NEWMAT::GeneralSolv(), NEWMAT::GeneralSolvI(), and NEWMAT::GeneralMatrix::Transpose(). |
int NEWMAT::tristore |
( |
int |
n |
) |
[static] |
|
|
Definition at line 27 of file newmat4.cpp.
Referenced by NEWMAT::LowerTriangularMatrix::element(), NEWMAT::UpperTriangularMatrix::element(), NEWMAT::SymmetricMatrix::element(), NEWMAT::LowerTriangularMatrix::LowerTriangularMatrix(), NEWMAT::LowerTriangularMatrix::operator()(), NEWMAT::UpperTriangularMatrix::operator()(), NEWMAT::SymmetricMatrix::operator()(), NEWMAT::LowerTriangularMatrix::ReSize(), NEWMAT::UpperTriangularMatrix::ReSize(), NEWMAT::SymmetricMatrix::ReSize(), NEWMAT::SymmetricMatrix::SymmetricMatrix(), and NEWMAT::UpperTriangularMatrix::UpperTriangularMatrix(). |
|