35 #ifndef simpleMatrix_H 36 #define simpleMatrix_H 126 friend Ostream& operator<< <Type>
140 const simpleMatrix<Type>&
144 simpleMatrix<Type>
operator-
146 const simpleMatrix<Type>&,
147 const simpleMatrix<Type>&
151 simpleMatrix<Type>
operator*
154 const simpleMatrix<Type>&
Field< Type > & source()
Return access to the source.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void operator=(const simpleMatrix< Type > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Field< Type > LUsolve() const
Solve the matrix using LU decomposition with pivoting.
Pre-declare SubField and related Field type.
A simple square matrix solver with scalar coefficients.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Field< Type > solve() const
Solve the matrix using Gaussian elimination with pivoting.
simpleMatrix(const label)
Construct given size.