package owl
OCaml Scientific and Engineering Computing
Install
Dune Dependency
Authors
Maintainers
Sources
owl-0.7.1.tbz
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6
doc/owl/Owl_linalg_c/index.html
Module Owl_linalg_c
type elt = Complex.t
type mat = Owl_dense_matrix_c.mat
type int32_mat = (int32, Bigarray.int32_elt) Owl_dense_matrix_generic.t
Basic functions
val rank : ?tol:float -> mat -> int
val norm : ?p:float -> mat -> float
val vecnorm : ?p:float -> mat -> float
val cond : ?p:float -> mat -> float
val rcond : mat -> float
val is_triu : mat -> bool
val is_tril : mat -> bool
val is_symmetric : mat -> bool
val is_hermitian : mat -> bool
val is_diag : mat -> bool
val is_posdef : mat -> bool
Factorisation
Eigenvalues & eigenvectors
Linear system of equations
Low-level factorisation functions
Matrix functions
Helper functions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page