19 using namespace NEWMAT;
35 #ifndef DisableExceptions 36 Tracer et(
"Eighteenth test of Matrix package");
37 Matrix RUStillThere(10,20); RUStillThere = 1553;
172 Try {
Matrix A(2,3), B(2,3);
if (A < B) A = B; }
208 Matrix RUStillThere1(10,20); RUStillThere1 = 1553;
209 RUStillThere = RUStillThere - RUStillThere1;
Miscellaneous exception (details in character string).
Internal newmat exception - shouldn't happen.
virtual void ReSize(int m, int n)
ReversedMatrix Reverse() const
void FFT(const ColumnVector &U, const ColumnVector &V, ColumnVector &X, ColumnVector &Y)
TransposedMatrix t() const
void ReSizeMatrix(Matrix &A)
Singular matrix exception.
void SVD(const Matrix &, DiagonalMatrix &, Matrix &, Matrix &, bool=true, bool=true)
The usual rectangular matrix.
ReturnMatrix Cholesky(const SymmetricMatrix &S)
Incompatible dimensions exception.
GetSubMatrix Row(int f) const
GetSubMatrix SubMatrix(int fr, int lr, int fc, int lc) const
Not positive definite exception.
Covergence failure exception.
void Print(const Matrix &X)
Cannot convert to vector exception.