package owl
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
OCaml Scientific and Engineering Computing
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-0.7.1.tbz
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6
doc/owl/Owl_dense_matrix_c/index.html
Module Owl_dense_matrix_cSource
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