Specialized Row Compressed Matrix that efficiently performs matrix-vector calculations.
More...
#include <RCMatrix_interface.h>
template<class N, class T>
class RCFixedMatrix_interface< N, T >
Specialized Row Compressed Matrix that efficiently performs matrix-vector calculations.
◆ apply()
template<class N , class T >
Apply multiplication to an input vector.
- Parameters
-
[in-out] | rhs Input vector to apply. |
◆ multiply() [1/2]
template<class N , class T >
Apply multiplication to an input vector and substitute to a result vector.
- Parameters
-
[in] | rhs | Input vector to apply. |
[out] | result | Result vector. |
◆ multiply() [2/2]
template<class N , class T >
template<class Y >
Apply multiplication to an input vector and substitute to a result vector. Provided to preserve std::vector compatibility.
- Parameters
-
[in] | rhs | Input vector to apply. |
[out] | result | Result vector. |
The documentation for this class was generated from the following file: