issues
search
lessthanoptimal
/
ejml
A fast and easy to use linear algebra library written in Java for dense, sparse, real, and complex matrices.
https://ejml.org
565
stars
117
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
LU Decomposition failure
#202
hrkalona
opened
1 month ago
0
Inefficient MatrixVectorMult_DDRM.innerProduct
#201
audetto
opened
2 months ago
0
Eigenvectors of replicated eigenvalues
#200
gcasale
opened
2 months ago
0
need the eigen vector of the complex matrix, similar to python numpy eig?
#199
ztx8511
opened
4 months ago
0
Different result for pseudo-inverse matrix compared to Numpy
#198
elect86
opened
5 months ago
0
Significant performance degradation for matrix multiplication compared to ND4J for bigger matrices
#197
anatoliy-balakirev
opened
8 months ago
0
Update comment about the minimal language version in README.md
#196
mtf90
closed
9 months ago
0
Request to Support Arithmetic Operations on Matrices of Different Sizes
#195
VestOfHolding
opened
1 year ago
0
Feature/Add DMatrixRMaj#get2DData interface
#194
ee08b397
closed
1 year ago
4
Propose to add a double[][] convenience method to convert back from DMatrixRMaj
#193
ee08b397
opened
1 year ago
3
Add SimpleBase.divideComplex()
#192
JozsefKutas
opened
1 year ago
0
Test TestMatrixMatrixMult_MT_DDRM#checkNonSquare fails
#191
JozsefKutas
closed
1 year ago
1
Deprecate rows/cols in favour of getRows/getColumns
#190
JozsefKutas
opened
1 year ago
0
Add optional class parameter to ones and filled
#189
JozsefKutas
opened
1 year ago
1
Documentation additions and changes for SimpleMatrix
#188
JozsefKutas
closed
1 year ago
3
isDiagonalPositive now acts as the documentation describes
#187
lessthanoptimal
closed
1 year ago
1
MatrixFeatures_DDRM.isDiagonalPositive( DMatrixRMaj a ) returns true if diagonal elements are >= 0
#186
TobiasLangner-TomTom
closed
1 year ago
2
Feature/refactor sparse dot
#185
lessthanoptimal
closed
1 year ago
2
Feature/improve thread checks
#184
lessthanoptimal
closed
1 year ago
1
Fix silenced exception in concurrent executions and bugfix for concurrent multTransA_reorder
#183
hageldave
closed
1 year ago
4
Bug in MatrixMatrixMult_MT_DDRM.multTransA and concurrent silent failures
#182
hageldave
closed
1 year ago
5
Add innerProduct for sparse vectors.
#181
spensonshih
closed
1 year ago
8
innerProduct and innerProductSelfSymmetrical operation optimized for sparse vectors
#180
spensonshih
closed
1 year ago
4
Single location to call Procedural API for all matrix types and automatic concucurrency
#179
lessthanoptimal
opened
1 year ago
2
Benchmarking EJML vs Numpy / Pytorch
#178
brr53
opened
1 year ago
5
Feature/complex
#177
lessthanoptimal
closed
1 year ago
0
Concurrency for Complex Matrices ZDRM
#176
lessthanoptimal
opened
1 year ago
2
Feature/immutable
#175
lessthanoptimal
closed
1 year ago
11
Can now convert boolean matrices into different data types
#174
lessthanoptimal
closed
1 year ago
0
- CommonOps_DDRM
#173
lessthanoptimal
closed
1 year ago
0
Feature/zeros matrix multi
#172
lessthanoptimal
closed
1 year ago
0
Feature/simple refresh
#171
lessthanoptimal
closed
1 year ago
4
Feature/rowscols
#170
lessthanoptimal
closed
1 year ago
2
Java 19 SIMD support for matrix operations ?
#169
eix128
closed
1 year ago
1
Adding better support for complex matrix to SimpleBase
#168
lessthanoptimal
closed
1 year ago
8
Feature/zero dimen
#167
lessthanoptimal
closed
1 year ago
0
Feature/various
#166
lessthanoptimal
closed
1 year ago
0
MatrixIO.loadMatrixMarketD crashes on non-coordinate matrices
#165
alugowski
closed
1 year ago
13
ImplMultiplication_MT_DSCC.mult listWork argument not really optional
#164
alugowski
closed
1 year ago
18
MatrixIO.saveMatrixMarketD emits incorrect files (missing header)
#163
alugowski
closed
1 year ago
4
Jozsef kutas fix docstrings
#162
lessthanoptimal
closed
1 year ago
0
MatrixIO.printJava should ignore default locale
#161
HGuillemet
closed
1 year ago
7
Fix docstring typos
#160
JozsefKutas
closed
1 year ago
3
Empty matrices do not support all operations
#159
JozsefKutas
closed
1 year ago
10
0 matrix non symmetric
#158
HGuillemet
closed
2 years ago
1
Fix SimpleMatrix type conversion
#157
JozsefKutas
closed
2 years ago
1
SimpleMatrix concatenation ignores type of first matrix when resolving result type
#156
JozsefKutas
closed
2 years ago
1
Simplify getting and setting SimpleBase rows/columns
#155
JozsefKutas
closed
1 year ago
13
Fix docstrings for SimpleBase and SimpleMatrix
#154
JozsefKutas
closed
2 years ago
2
SimpleMatrix.invert() produces incorrect result for a particular 29x29 matrix
#153
AlanBMatthews
closed
2 years ago
2
Next