Go to the source code of this file.
|
template<typename ValueType , typename IndexType > |
Vector< ValueType > | NeoN::la::spmv (LinearSystem< ValueType, IndexType > &ls, Vector< ValueType > &xfield) |
|
template<typename ValueTypeIn , typename IndexTypeIn , typename ValueTypeOut , typename IndexTypeOut > |
LinearSystem< ValueTypeOut, IndexTypeOut > | NeoN::la::convertLinearSystem (const LinearSystem< ValueTypeIn, IndexTypeIn > &ls) |
|
template<typename ValueType , typename IndexType , typename SparsityType > |
LinearSystem< ValueType, IndexType > | NeoN::la::createEmptyLinearSystem (const SparsityType &sparsity) |
|