Go to the documentation of this file.
37 #ifndef simpleMatrix_H
38 #define simpleMatrix_H
114 Field<Type>
solve()
const;
123 void operator=(
const simpleMatrix<Type>&);
128 friend Ostream& operator<< <Type>
131 const simpleMatrix<Type>&
139 simpleMatrix<Type>
operator+
141 const simpleMatrix<Type>&,
142 const simpleMatrix<Type>&
146 simpleMatrix<Type>
operator-
148 const simpleMatrix<Type>&,
149 const simpleMatrix<Type>&
153 simpleMatrix<Type>
operator*
156 const simpleMatrix<Type>&
void operator=(const simpleMatrix< Type > &)
A simple square matrix solver with scalar coefficients.
Field< Type > LUsolve() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
simpleMatrix(const label)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field< Type > solve() const
const Field< Type > & source() const