Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
588 | Linear algebra | feature | have not tried | 2014-01-24 17:26 | 2014-02-12 14:48 |
|
|||||
Reporter: | SergeyB | Platform: | |||
Assigned To: | SergeyB | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | implemented | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
Programming language: | Unspecified | ||||
|
|||||
Summary: | 0000588: IMPLEMENTED: additional sparse matrix functions | ||||
Description: |
New sparse linear algebra functions: * SparseTRMV - triangular matrix-vector multiply (CRS and SKS formats) * SparseTRSV - triangular solver (CRS and SKS formats) * SparseVSMV - triangular symmetric x'*A*x product (CRS and SKS formats) * SparseTransposeSKS - in-place transposition of SKS matrix New informational functions: * SparseGetUpperCount() - counts symbolically non-zero strictly upper triangular elements in the matrix * SparseGetLowerCount() - same for lower triangle Improved functions: * all sparse matrix-vector and matrix-matrix functions now support SKS format |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-01-24 17:26 | SergeyB | New Issue | |||
2014-01-24 17:26 | SergeyB | Status | new => assigned | ||
2014-01-24 17:26 | SergeyB | Assigned To | => SergeyB | ||
2014-01-24 17:26 | SergeyB | Programming language | => Unspecified | ||
2014-02-05 14:34 | SergeyB | Summary | Sparse BLAS improvements => IMPLEMENTED: additional sparse linear algebra functions | ||
2014-02-05 14:34 | SergeyB | Description Updated | |||
2014-02-05 14:34 | SergeyB | Status | assigned => resolved | ||
2014-02-05 14:34 | SergeyB | Resolution | open => implemented | ||
2014-02-12 14:48 | SergeyB | Summary | IMPLEMENTED: additional sparse linear algebra functions => IMPLEMENTED: additional sparse matrix functions | ||
2014-02-12 14:48 | SergeyB | Description Updated |
There are no notes attached to this issue. |