|
BLAS.Matrix.Base | Stability | experimental | Maintainer | Patrick Perry <patperry@stanford.edu> |
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
|
A base class for matrices.
| | Methods | herm :: a (m, n) e -> a (n, m) e | Source |
| Creates a new matrix view that conjugates and transposes the
given matrix.
|
| | Instances | |
|
|
|
Get the number of rows in the matrix.
|
|
|
Get the number of rows in the matrix.
|
|
|
|
|
|
|
|
Produced by Haddock version 2.3.0 |