Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / fommil/matrix-toolkits-java issues and pull requests

#98 - WIP on general eigenvalue problems

Pull Request - State: closed - Opened by AndreasRoggeSolti over 7 years ago - 1 comment

#97 - Allow computation of (largest) Eigenvalues for general matrices.

Issue - State: closed - Opened by AndreasRoggeSolti over 7 years ago - 1 comment

#96 - Why not offer an float-version?

Issue - State: closed - Opened by regzhuce over 7 years ago - 1 comment

#95 - SparseVector set function inserts 0 into data array

Issue - State: closed - Opened by ayiyoh over 7 years ago - 4 comments

#94 - No speeding up on Sparse Matrix multiplication

Issue - State: closed - Opened by hack1nt0 almost 8 years ago - 4 comments

#93 - Fail to replace netlib-java DLL by MKL

Issue - State: closed - Opened by SG38 almost 8 years ago - 3 comments

#92 - should i check in dense complex matrix?

Issue - State: closed - Opened by bobcgausa over 8 years ago - 3 comments

#91 - SEGV_ACCERR when running mvn package

Issue - State: closed - Opened by andrewkho over 8 years ago - 2 comments

#90 - COO Matrix support.

Issue - State: closed - Opened by Madder over 8 years ago - 1 comment

#89 - Better doc and exceptions for fixed CompMatrices

Pull Request - State: closed - Opened by dhutchis almost 9 years ago - 7 comments

#88 - Sparse SVD

Issue - State: closed - Opened by nvx2004 almost 9 years ago - 1 comment

#87 - Slice Linked Sparse Matrix

Issue - State: open - Opened by asevans48 almost 9 years ago - 1 comment

#85 - General Code Improvement 3

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago - 1 comment

#84 - General Code Improvement 2

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago

#83 - General Code Improvement 1

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago

#81 - Private methods that don't access instance data should be static

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago

#80 - String literals should not duplicated

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago - 2 comments

#79 - Array designators [] should be on the type, not the variable

Pull Request - State: closed - Opened by zeeshanasghar almost 9 years ago

#78 - Junit4 Upgrade

Pull Request - State: closed - Opened by randyp almost 9 years ago - 2 comments

#77 - should probably have at least a 1x1 matrix

Pull Request - State: closed - Opened by randyp almost 9 years ago - 2 comments

#76 - maven & javadoc badges in readme

Pull Request - State: closed - Opened by randyp almost 9 years ago - 2 comments

#75 - Fixed typo in CompColMatrix constructor javadocs.

Pull Request - State: closed - Opened by harveywi over 9 years ago

#74 - Expose DGESVD and DGESDD with all singular vector computation options.

Pull Request - State: closed - Opened by millardjn over 9 years ago - 10 comments

#73 - Estimate eigen vector using power iteration

Issue - State: closed - Opened by srikanthBezawada over 9 years ago - 4 comments

#72 - Sparse cholesky factorization

Issue - State: open - Opened by jmogali over 9 years ago - 2 comments

#71 - Added the khatriRao operation to AbstractMatrix

Pull Request - State: closed - Opened by rogerioacp over 9 years ago - 12 comments

#70 - Fixed a typo bug in line 349

Pull Request - State: closed - Opened by maxxkia over 9 years ago - 1 comment

#69 - wrong exception message in AbstractMatrix.checkMultAdd(Matrix B, Matrix C)

Issue - State: closed - Opened by maxxkia over 9 years ago - 2 comments
Labels: Bug

#68 - bad work array sizes in QRP

Issue - State: closed - Opened by fommil over 9 years ago - 1 comment

#67 - no.uib.cipr.matrix.SymmBandEigenvalueTest unreliable

Issue - State: open - Opened by fommil over 9 years ago - 1 comment

#66 - Added getRawData() method to be consistent with new getRawIndex() method

Pull Request - State: closed - Opened by jbasilico over 9 years ago - 4 comments

#65 - Added method to get the raw indices from a SparseVector

Pull Request - State: closed - Opened by jbasilico over 9 years ago - 14 comments

#64 - SVD fails in multi-threaded operation

Issue - State: open - Opened by jonnywray almost 10 years ago - 24 comments

#63 - License version?

Issue - State: closed - Opened by hyandell almost 10 years ago - 1 comment

#62 - ILUT Fix

Pull Request - State: closed - Opened by millardjn almost 10 years ago - 2 comments

#61 - ILUT fix

Pull Request - State: closed - Opened by millardjn almost 10 years ago - 1 comment

#60 - ILUT fix

Pull Request - State: closed - Opened by millardjn almost 10 years ago

#59 - Fix ILUT bug.

Pull Request - State: closed - Opened by millardjn almost 10 years ago - 1 comment

#58 - ILUT Preconditioner Bug

Issue - State: closed - Opened by millardjn almost 10 years ago - 1 comment

#57 - make a new release on maven central

Issue - State: closed - Opened by shilad about 10 years ago - 10 comments

#56 - Update ArpackSym.java to support the generalized eigenvector problem.

Issue - State: open - Opened by shilad about 10 years ago - 4 comments

#55 - Failed to load native library

Issue - State: closed - Opened by geezerrrr over 10 years ago - 1 comment

#54 - NoClassDefFoundError

Issue - State: closed - Opened by gone-phishing over 10 years ago - 12 comments

#53 - NoClassDefFoundError exception on MTJ-N with maven

Issue - State: closed - Opened by ghost over 10 years ago - 1 comment

#52 - Performance OSX vs. Linux

Issue - State: closed - Opened by wjaskowski over 10 years ago - 1 comment

#51 - Element Wise multiplication

Issue - State: closed - Opened by naiveCoder over 10 years ago - 1 comment

#50 - Failed to load implementation from

Issue - State: closed - Opened by amitchandak over 10 years ago - 4 comments

#49 - Documentation?

Issue - State: closed - Opened by sethyuan over 10 years ago - 1 comment

#48 - I cannot get to http://rs.cipr.uib.no/mtj

Issue - State: closed - Opened by PaulWinstone over 10 years ago - 4 comments

#47 - Fixed issue where SparseVector can allocate more than "size" space

Pull Request - State: closed - Opened by jbasilico almost 11 years ago - 4 comments

#46 - Added simple row and column based utility functions

Pull Request - State: closed - Opened by iamtrask almost 11 years ago - 2 comments

#45 - SVD.pseudoSolve

Issue - State: open - Opened by fommil almost 11 years ago

#44 - LinkedSparseMatrix thread safe set

Issue - State: closed - Opened by fommil about 11 years ago - 5 comments

#43 - LinkedSparseMatrix should not have protected constructors

Issue - State: closed - Opened by fommil about 11 years ago

#42 - Limiting default amount of output produced by toString.

Pull Request - State: closed - Opened by dozed about 11 years ago

#41 - Possible OutOfMemoryError when calling toString method of AbstractMatrix

Issue - State: closed - Opened by dozed about 11 years ago - 5 comments

#40 - Corrected reading of Matrix Market sizes and added tests

Pull Request - State: closed - Opened by juhanic over 11 years ago - 3 comments

#39 - MatrixVectorReader appears to consume the size for sparse matrices

Issue - State: closed - Opened by juhanic over 11 years ago - 5 comments

#38 - New releases as compiled jar available

Issue - State: closed - Opened by loesler over 11 years ago - 42 comments
Labels: Invalid

#37 - linked list matrix sparse storage for unstructured sparse matrices

Issue - State: closed - Opened by fommil over 11 years ago - 2 comments
Labels: In Progress

#36 - trove sparse matrix/vector

Issue - State: closed - Opened by fommil over 11 years ago - 1 comment

#35 - offsets to power subarray vectors

Issue - State: closed - Opened by fommil over 11 years ago

#34 - efficient invert dense matrix

Issue - State: closed - Opened by fommil over 11 years ago - 1 comment

#33 - Performance Tests

Issue - State: closed - Opened by fommil over 11 years ago - 3 comments

#32 - New MatrixMarket loading/saving API

Issue - State: closed - Opened by fommil over 11 years ago - 1 comment
Labels: Dupe

#31 - Sparse matrix decomposition with ARPACK

Issue - State: closed - Opened by fommil over 11 years ago

#30 - OpenCL kernel for multiplication

Issue - State: closed - Opened by fommil over 11 years ago

#29 - OpenCL for Dense multiplication

Issue - State: closed - Opened by fommil over 11 years ago

#28 - Maven build system

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments

#27 - junit tests failed

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#26 - MatrixVectorWriter/Reader problems with (default) Locale

Issue - State: closed - Opened by fommil almost 12 years ago
Labels: Bug

#25 - Creating a dense matrix with more than Integer.MAX_VALUE elements can cause strange errors

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#24 - BiCGstab: updating x before calling converged

Issue - State: closed - Opened by fommil almost 12 years ago
Labels: Bug

#23 - SparseVector - getUsed() and iterator() seem to misfunction

Issue - State: closed - Opened by fommil almost 12 years ago - 7 comments
Labels: Bug

#22 - MatrixVectorReader forgets to read the total size (numCols * numRows) when matrix is dense

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#21 - Serializable objects in MTJ

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments
Labels: Bug

#20 - Why do rank 1 updates require square matrices?

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#19 - fast sparse matrix construction

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#18 - testColumnBiCGstab_1 fails

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#17 - JavaDoc misspell

Issue - State: closed - Opened by fommil almost 12 years ago
Labels: Bug

#16 - SparseVector.zero() doesn't set "used" to zero.

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments

#15 - Better API for Matrix Market files

Issue - State: open - Opened by fommil almost 12 years ago - 2 comments

#14 - QRP Documentation bug

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#13 - On entry to DGELS parameter number 8 had an illegal value

Issue - State: closed - Opened by fommil almost 12 years ago - 3 comments
Labels: Bug

#12 - AbstractMatrix.rank1(double alpha, Vector x) ignores alpha

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#11 - Matrix should be made Serializable

Issue - State: closed - Opened by fommil almost 12 years ago - 3 comments
Labels: Bug

#10 - A bug in Chebyshev solver

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments
Labels: Bug

#9 - Patches for QR Pivoting routines

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments
Labels: Bug

#8 - visibility (thread safety) concerns over no.uib.cipr.matrix.distributed

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#7 - 2 tests failing in no.uib.cipr.matrix.distributed.DistIterativeSolverTest

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#6 - DistIterativeSolverTest seems to hang

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#5 - UpperSymmBandMatrixTest failing due to crash

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#4 - PackCholeskyTest failing

Issue - State: closed - Opened by fommil almost 12 years ago - 1 comment
Labels: Bug

#3 - DenseCholeskyTest failing

Issue - State: closed - Opened by fommil almost 12 years ago - 3 comments
Labels: Bug

#2 - LowerSymmBandMatrixTest failing due to crash

Issue - State: closed - Opened by fommil almost 12 years ago - 2 comments
Labels: Bug

#1 - DenseLU permutation appears to be broken

Issue - State: closed - Opened by fommil almost 12 years ago - 3 comments
Labels: High Priority