mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Matrix: correct docs
This commit is contained in:
@ -247,7 +247,7 @@ public:
|
||||
void transfer(mType&);
|
||||
|
||||
//- Resize the matrix preserving the elements
|
||||
void setSize(const label m, const label nCols);
|
||||
void setSize(const label m, const label n);
|
||||
|
||||
|
||||
//- Return the transpose of the matrix
|
||||
@ -279,10 +279,10 @@ public:
|
||||
template<class MatrixType>
|
||||
void operator=(const MatrixBlock<MatrixType>&);
|
||||
|
||||
//- Assignment of all entries to zero
|
||||
//- Assignment of all elements to zero
|
||||
void operator=(const zero);
|
||||
|
||||
//- Assignment of all entries to the given value
|
||||
//- Assignment of all elements to the given value
|
||||
void operator=(const Type&);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user