linalg.lib
constant
const_mat
type
type
matrix
→
returntype
constant
red
type
type
int
→
(
int
→
(
matrix
→
returntype
)
)
constant
inner_product
type
type
vector
→
(
vector
→
returntype
)
constant
inverse
type
type
list
→
(
matrix
→
returntype
)
constant
sym_gauss
type
type
matrix
→
returntype
constant
orthogonalize
type
type
matrix
→
returntype
constant
diag_test
type
type
matrix
→
returntype
constant
busadj
type
type
matrix
→
returntype
constant
charpoly
type
type
list
→
(
matrix
→
returntype
)
constant
charpoly_B
type
type
list
→
(
matrix
→
returntype
)
constant
adjoint
type
type
matrix
→
returntype
constant
inverse_B
type
type
matrix
→
returntype
constant
det_B
type
type
matrix
→
returntype
constant
inverse_L
type
type
matrix
→
returntype
constant
gaussred
type
type
matrix
→
returntype
constant
gaussred_pivot
type
type
matrix
→
returntype
constant
gauss_nf
type
type
matrix
→
returntype
constant
mat_rk
type
type
matrix
→
returntype
constant
U_D_O
type
type
matrix
→
returntype
constant
pos_def
type
type
matrix
→
returntype
constant
linsolve
type
type
matrix
→
(
matrix
→
returntype
)
constant
rowcolswap
type
type
int
→
(
int
→
(
matrix
→
returntype
)
)
constant
rowelim
type
type
int
→
(
int
→
(
int
→
(
matrix
→
returntype
)
)
)
constant
colelim
type
type
int
→
(
int
→
(
int
→
(
matrix
→
returntype
)
)
)
constant
hessenberg
type
type
matrix
→
returntype
constant
eigenvals
type
type
matrix
→
returntype
constant
minipoly
type
type
list
→
(
matrix
→
returntype
)
constant
spnf
type
type
list
→
returntype
constant
spprint
type
type
list
→
returntype
constant
jordan
type
type
list
→
(
matrix
→
returntype
)
constant
jordanbasis
type
type
list
→
(
matrix
→
returntype
)
constant
jordanmatrix
type
type
list
→
returntype
constant
jordannf
type
type
list
→
(
matrix
→
returntype
)