issues
search
vkostyukov
/
la4j
Linear Algebra for Java
http://la4j.org
Apache License 2.0
373
stars
108
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SparseMatrix.zero uses CCSMatrix instead of CRSMatrix?
#311
alexanderwlee
closed
2 years ago
0
Bump junit from 4.11 to 4.13.1
#310
dependabot[bot]
opened
4 years ago
0
Cannot insert new column as last column.
#309
aintHuman
opened
4 years ago
0
java.lang.IndexOutOfBoundsException: Row '-32767' is invalid
#308
aintHuman
opened
4 years ago
0
Sparse Matrix, self additon w/ transpose
#307
aintHuman
opened
4 years ago
0
Added test for symmetric matrix predicate.
#306
Oliver-Loeffler
closed
1 year ago
0
Added function Matrix.hadmardPower() for issue #302.
#305
Oliver-Loeffler
closed
1 year ago
0
Possible solution for #302 - new function Matrix.hadmardPower()
#304
Oliver-Loeffler
closed
5 years ago
1
Fix for #288 #289 - tests with latest Travis setup
#303
Oliver-Loeffler
closed
1 year ago
0
Matrix Power() is not working properly
#302
ashokrajab
closed
1 year ago
4
Add LGTM code quality badges
#301
xcorail
closed
5 years ago
0
Matrix's sum() method isn't working properly.
#300
jetgeek
opened
6 years ago
1
Tiny: fix javadoc
#299
amogozov
closed
6 years ago
1
Add tests for fromCSV methods
#298
amogozov
closed
6 years ago
0
Read MatrixMarket from stream
#297
amogozov
closed
6 years ago
4
Loading Big files using fromMatrixMarket (Memory Performance)
#296
LsKoder
closed
6 years ago
2
Symmetric matrix are not recognized using fromMatrixMarket
#295
LsKoder
opened
6 years ago
2
Oracle JDK7 removed from build JDK10 added
#294
Oliver-Loeffler
closed
6 years ago
1
Oracle JDK7 is no longer officially supported and not available anymore.
#293
Oliver-Loeffler
closed
6 years ago
1
CI is failing
#292
bashok001
closed
6 years ago
1
Fix vector creation with unordered maps
#291
bashok001
closed
6 years ago
1
Unordered maps cause invalid vectors to be created.
#290
bashok001
closed
6 years ago
0
Fix for #288
#289
bramhaag
opened
6 years ago
1
Matrix multiplication bug: "1 does not equal to 1."
#288
bramhaag
opened
6 years ago
0
[CLOSES #285][CLOSES #286]
#287
csavelief
closed
7 years ago
2
insertRow/insertColumn at the end of a Matrix
#286
tmagrino
closed
7 years ago
0
InsertRow for matrix with 0 rows failing
#285
gerbsen
closed
7 years ago
0
Changed code to be more bug resistant and future proof
#284
dalugoga
opened
7 years ago
0
Fixed some bugs
#283
nunomiguel1995
closed
7 years ago
7
Can't use toBinary method on large matrices
#282
HowardLander
opened
8 years ago
16
Solving by LU decomposition
#281
emmanuj
closed
2 years ago
0
Add cosine similarity to Vector
#280
thomas4g
closed
7 years ago
1
Check that index arguments to slice are in-bounds
#279
thomas4g
closed
8 years ago
3
Fix typo in exception message: "row" => "column"
#278
thomas4g
closed
8 years ago
1
Removing test redundant for org.la4j.inversion.AbstractInverterTest.testInverseInverse_6x6
#277
TestSuiteReductionResearch
opened
8 years ago
0
Update README.md
#276
jp94
opened
8 years ago
0
Multiple code improvements - squid:S2178, squid:S2386
#275
georgekankava
opened
8 years ago
0
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order
#274
georgekankava
closed
8 years ago
1
squid:S2130 - Parsing should be used to convert 'Strings' to primitives
#273
georgekankava
closed
8 years ago
1
squid:S2111 - BigDecimal(double) should not be used
#272
georgekankava
closed
8 years ago
1
squid:S2272 - 'Iterator.next()' methods should throw 'NoSuchElementException'
#271
georgekankava
closed
8 years ago
3
squid:S1659 - Multiple variables should not be declared on the same line
#270
georgekankava
closed
8 years ago
2
squid:S1118 - Utility classes should not have public constructors
#269
georgekankava
closed
8 years ago
1
squid:S1197 - Array designators [] should be on the type, not the variable
#268
georgekankava
closed
8 years ago
1
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order
#267
georgekankava
closed
8 years ago
1
squid:S1197 - Array designators [] should be on the type, not the variable
#266
georgekankava
closed
8 years ago
1
Description pull request
#265
vanda3
opened
8 years ago
1
CCSMatrix not serializable
#264
astanway
closed
8 years ago
3
Proper way to migrate to java 8
#263
SamoylovMD
opened
8 years ago
0
Added collection and map constructors to Vector
#262
SamoylovMD
closed
8 years ago
1
Next