Matrix: correct docs
This commit is contained in:
parent
495e09714a
commit
121c4e3a28
1 changed files with 3 additions and 3 deletions
|
|
@ -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&);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue