Chi-Tech
linear_matrix_action_Ax.h
Go to the documentation of this file.
1#ifndef CHITECH_MATRIX_ACTION_AX_H
2#define CHITECH_MATRIX_ACTION_AX_H
3
5
6namespace chi_math
7{
8template<class MatType, class VecType>
9int LinearSolverMatrixAction(MatType matrix, VecType vector, VecType action);
10}//namespace chi_math
11
12#endif //CHITECH_MATRIX_ACTION_AX_H
int LinearSolverMatrixAction(Mat matrix, Vec vector, Vec action)