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