|
| Data.Matrix.Diag | | Stability | experimental | | Maintainer | Patrick Perry <patperry@stanford.edu> |
|
|
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
| module BLAS.Matrix |
|
| module BLAS.Tensor |
|
| The diagonal matrix types
|
|
|
Instances | | Matrix (DiagMatrix t) | | BLAS2 e => RMatrix (DiagMatrix t) e | | BLAS2 e => IMatrix (DiagMatrix Imm) e | | BLAS2 e => RSolve (DiagMatrix Imm) e | | BLAS2 e => ISolve (DiagMatrix Imm) e | | BLAS1 e => Scalable (DiagMatrix Imm ((,) n n)) e | | BLAS1 e => ITensor (DiagMatrix Imm ((,) n n)) ((,) Int Int) e | | BLAS1 e => RTensor (DiagMatrix t ((,) n n)) ((,) Int Int) e IO | | BLAS1 e => MTensor (DiagMatrix Mut ((,) n n)) ((,) Int Int) e IO | | (Eq e, BLAS1 e) => Eq (DiagMatrix Imm ((,) n n) e) | | (Show e, BLAS1 e) => Show (DiagMatrix Imm ((,) n n) e) | | (AEq e, BLAS1 e) => AEq (DiagMatrix Imm ((,) n n) e) |
|
|
|
|
|
|
|
| Converting to and from Vectors
|
|
|
|
|
|
| Produced by Haddock version 2.3.0 |