| 442 | |
| 443 | template<class Form, class Cmpt, Foam::direction Mrows, Foam::direction Ncols> |
| 444 | inline void Foam::MatrixSpace<Form, Cmpt, Mrows, Ncols>::operator= |
| 445 | ( |
| 446 | const Foam::zero |
| 447 | ) |
| 448 | { |
| 449 | MatrixSpace::vsType::operator=(Zero); |
| 450 | } |
| 451 | |
| 452 | |
| 453 | template<class Form, class Cmpt, Foam::direction Mrows, Foam::direction Ncols> |