package owl
OCaml Scientific and Engineering Computing
Install
Dune Dependency
Authors
Maintainers
Sources
owl-0.5.0.tbz
sha256=fb0578965c71b473315cc5b6aaffae79905dc0056926645faf1b5d80ed4041f1
md5=8693a75e8ee06c0ea000543ed9733359
doc/owl/Owl_dense_matrix_z/index.html
Module Owl_dense_matrix_z
Source
Complex dense matrix module: this module supports operations on dense matrices of complex numbers. The complex number has a record type of {re = float; im = float}
.
This page only contains detailed explanations for the operations specific to Dense.Complex module. Most of the other operations are the same to those in Dense.Real module, therefore please refer to the documentation of Dense.Real for more information.
Create dense matrices
Dense row vectors and meshgrids
Obtain the basic properties of a matrix
Manipulate a matrix
Iterate elements, columns, and rows.
Examin elements and compare two matrices
Randomisation functions
Input/Output and helper functions
Unary mathematical operations
Binary mathematical operations
Fucntions of in-place modification
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- Create dense matrices
- Dense row vectors and meshgrids
- Obtain the basic properties of a matrix
- Manipulate a matrix
- Iterate elements, columns, and rows.
- Examin elements and compare two matrices
- Randomisation functions
- Input/Output and helper functions
- Unary mathematical operations
- Binary mathematical operations
- Fucntions of in-place modification