-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MatrixModels
updated
28 files
+48 −48 | pkg/Matrix/src/Csparse.c | |
+20 −23 | pkg/Matrix/src/Lapack-etc.h | |
+4 −2 | pkg/Matrix/src/M5.h | |
+76 −76 | pkg/Matrix/src/Mdefines.h | |
+39 −39 | pkg/Matrix/src/attrib.c | |
+49 −49 | pkg/Matrix/src/bind.c | |
+36 −36 | pkg/Matrix/src/cholmod-api.c | |
+25 −25 | pkg/Matrix/src/cholmod-etc.c | |
+175 −175 | pkg/Matrix/src/coerce.c | |
+4 −4 | pkg/Matrix/src/cs-etc.c | |
+61 −61 | pkg/Matrix/src/dense.c | |
+23 −23 | pkg/Matrix/src/determinant.c | |
+6 −6 | pkg/Matrix/src/expm.c | |
+101 −101 | pkg/Matrix/src/factor.c | |
+1 −1 | pkg/Matrix/src/idz.h | |
+36 −36 | pkg/Matrix/src/init.c | |
+42 −41 | pkg/Matrix/src/kappa.c | |
+61 −61 | pkg/Matrix/src/matmult.c | |
+9 −8 | pkg/Matrix/src/objects.c | |
+42 −30 | pkg/Matrix/src/perm.c | |
+79 −79 | pkg/Matrix/src/solve.c | |
+132 −132 | pkg/Matrix/src/sparse.c | |
+45 −45 | pkg/Matrix/src/subscript.c | |
+5 −5 | pkg/Matrix/src/t_rle.c | |
+20 −20 | pkg/Matrix/src/t_subassign.c | |
+83 −82 | pkg/Matrix/src/utils-R.c | |
+4 −4 | pkg/Matrix/src/utils.c | |
+65 −62 | pkg/Matrix/src/validity.c |