CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::LinearSystemInterface< T_InterfaceTypes > Member List

This is the complete list of members for codi::LinearSystemInterface< T_InterfaceTypes >, including all inherited members.

createMatrixIdentifier(M *mat)codi::LinearSystemInterface< T_InterfaceTypes >
createMatrixReal(M *mat)codi::LinearSystemInterface< T_InterfaceTypes >
createVectorIdentifier(V *vec)codi::LinearSystemInterface< T_InterfaceTypes >
createVectorReal(V *vec)codi::LinearSystemInterface< T_InterfaceTypes >
deleteMatrixIdentifier(MatrixIdentifier *A_id)codi::LinearSystemInterface< T_InterfaceTypes >
deleteMatrixReal(MatrixReal *A_v)codi::LinearSystemInterface< T_InterfaceTypes >
deleteVectorIdentifier(VectorIdentifier *vec_id)codi::LinearSystemInterface< T_InterfaceTypes >
deleteVectorReal(VectorReal *vec_v)codi::LinearSystemInterface< T_InterfaceTypes >
InterfaceTypes typedefcodi::LinearSystemInterface< T_InterfaceTypes >
iterateDyadic(Func func, MatrixIdentifier *mat_id, VectorReal *x_v, VectorReal *b_b)codi::LinearSystemInterface< T_InterfaceTypes >inline
iterateMatrix(Func func, MatrixA *matA, MatrixB *matB)codi::LinearSystemInterface< T_InterfaceTypes >
iterateMatrix(Func func, MatrixA *matA, MatrixB *matB, MatrixC *matC)codi::LinearSystemInterface< T_InterfaceTypes >
iterateVector(Func func, VectorA *vecA, VectorB *vecB)codi::LinearSystemInterface< T_InterfaceTypes >
iterateVector(Func func, VectorA *vecA, VectorB *vecB, VectorC *vecC)codi::LinearSystemInterface< T_InterfaceTypes >
iterateVector(Func func, VectorA *vecA, VectorB *vecB, VectorC *vecC, VectorD *vecD)codi::LinearSystemInterface< T_InterfaceTypes >
Matrix typedefcodi::LinearSystemInterface< T_InterfaceTypes >
MatrixIdentifier typedefcodi::LinearSystemInterface< T_InterfaceTypes >
MatrixReal typedefcodi::LinearSystemInterface< T_InterfaceTypes >
solveSystem(MatrixReal const *A, VectorReal const *b, VectorReal *x)codi::LinearSystemInterface< T_InterfaceTypes >
solveSystemPrimal(MatrixReal const *A, VectorReal const *b, VectorReal *x)codi::LinearSystemInterface< T_InterfaceTypes >inline
subtractMultiply(VectorReal *t, VectorReal const *b_d, MatrixReal const *A_d, VectorReal const *x)codi::LinearSystemInterface< T_InterfaceTypes >inline
transposeMatrix(MatrixReal *A_v)codi::LinearSystemInterface< T_InterfaceTypes >inline
Type typedefcodi::LinearSystemInterface< T_InterfaceTypes >
Vector typedefcodi::LinearSystemInterface< T_InterfaceTypes >
VectorIdentifier typedefcodi::LinearSystemInterface< T_InterfaceTypes >
VectorReal typedefcodi::LinearSystemInterface< T_InterfaceTypes >