Go to the source code of this file.
|
| | Nektar |
| | The above copyright notice and this permission notice shall be included.
|
| |
|
| template<typename DataType > |
| NekMatrix< DataType, StandardMatrixTag > | Nektar::Transpose (NekMatrix< DataType, StandardMatrixTag > &rhs) |
| |
| template NekMatrix< NekDouble, StandardMatrixTag > | Nektar::Transpose (NekMatrix< NekDouble, StandardMatrixTag > &rhs) |
| |
| template NekMatrix< NekSingle, StandardMatrixTag > | Nektar::Transpose (NekMatrix< NekSingle, StandardMatrixTag > &rhs) |
| |
| template<typename DataType > |
| void | Nektar::NegateInPlace (NekMatrix< DataType, StandardMatrixTag > &m) |
| |
| template void | Nektar::NegateInPlace (NekMatrix< double, StandardMatrixTag > &v) |
| |
| template void | Nektar::NegateInPlace (NekMatrix< NekSingle, StandardMatrixTag > &v) |
| |