Home
This is the documentation of the LazyAlgebra package for Julia. The sources are here.
Contents
- Installation
- Lazy algebra framework
- Methods for vectors
- Sparse operators
- Basic methods
- Generalized matrix multplication by a sparse operator
- Simple construction of compressed sparse operators
- Accessing the structural non-zeros
- Sparse operators in COO format
- Sparse operators in CSC format
- Sparse operators in CSR format
- Conversion
- Other methods
- Methods for mappings
- Simplification and optimization of combinations of mappings
- Reference
Index
LazyAlgebra.SparseOperators.CompressedSparseOperatorLazyAlgebra.SparseOperators.SparseOperatorLazyAlgebra.SparseOperators.SparseOperatorCOOLazyAlgebra.SparseOperators.SparseOperatorCSCLazyAlgebra.SparseOperators.SparseOperatorCSRLazyAlgebra.SparseOperators.copy_colsLazyAlgebra.SparseOperators.copy_rowsLazyAlgebra.SparseOperators.copy_valsLazyAlgebra.SparseOperators.each_colLazyAlgebra.SparseOperators.each_offLazyAlgebra.SparseOperators.each_rowLazyAlgebra.SparseOperators.get_colLazyAlgebra.SparseOperators.get_colsLazyAlgebra.SparseOperators.get_offsLazyAlgebra.SparseOperators.get_rowLazyAlgebra.SparseOperators.get_rowsLazyAlgebra.SparseOperators.get_valLazyAlgebra.SparseOperators.get_valsLazyAlgebra.SparseOperators.set_val!LazyAlgebra.SparseOperators.unpack!LazyAlgebra.col_sizeLazyAlgebra.ncolsLazyAlgebra.nrowsLazyAlgebra.row_size