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
4
#include "
linear_solver_context.h
"
5
6
namespace
chi_math
7
{
8
template
<
class
MatType,
class
VecType>
9
int
LinearSolverMatrixAction
(MatType matrix, VecType vector, VecType action);
10
}
//namespace chi_math
11
12
#endif
//CHITECH_MATRIX_ACTION_AX_H
linear_solver_context.h
chi_math
Definition:
chi_runtime.h:42
chi_math::LinearSolverMatrixAction
int LinearSolverMatrixAction(Mat matrix, Vec vector, Vec action)
Definition:
linear_matrix_action_Ax.cc:11
framework
math
LinearSolver
linear_matrix_action_Ax.h
Generated by
1.9.3