Linear Algebra
master
Accessible implementations of linear algebra algorithms
- s -
set_type() :
PermutationMatrix
size() :
PermutationMatrix
,
RowVector
,
Vector
solve() :
HouseholderQR
,
NoPivotLU
,
RowPivotLU
solve_inplace() :
HouseholderQR
,
NoPivotLU
,
RowPivotLU
SquareMatrix() :
SquareMatrix
steal_L() :
NoPivotLU
,
RowPivotLU
steal_LU() :
NoPivotLU
,
RowPivotLU
steal_P() :
RowPivotLU
steal_R() :
HouseholderQR
steal_U() :
NoPivotLU
,
RowPivotLU
swap_columns() :
Matrix
swap_rows() :
Matrix
Generated by
1.9.1