Registry / utility / csparsej

csparsej

JSON →
library1.1.1javamavenunverified

CSparseJ is a Java port of CSparse, a concise sparse matrix package for numerical computing.

<dependency> <groupId>net.sourceforge.csparsej</groupId> <artifactId>csparsej</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · CSPARSEJ
C
csparsej
utilityjavav1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CSCMatrix
com.github.fommil.netlib.CSCMatrix

Create a compressed sparse column matrix.

import com.github.fommil.netlib.CSCMatrix; public class Example { public static void main(String[] args) { CSCMatrix matrix = new CSCMatrix(3, 3); // ... populate and use sparse matrix ... } }
Debug
Known issues
gotchaThe package net.sourceforge.csparsej may have moved; check for latest coordinates.
fix
Use com.github.fommil.netlib:netlib-java for more maintained sparse matrix support.
affects: <=1.1.1
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
csparsej — mvn dependency:get csparsej · libregistry