64efde96e14421e8a95b5c735f6c3d46a6a5e5e4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 5 | ||
Push Down Method public blas() : Blas from class org.nd4j.linalg.factory.ISparseMatrixFactory to public blas() : Blas from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Method public level2() : Level2 from class org.nd4j.linalg.factory.ISparseMatrixFactory to public level2() : Level2 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Method public lapack() : Lapack from class org.nd4j.linalg.factory.ISparseMatrixFactory to public lapack() : Lapack from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Method public level3() : Level3 from class org.nd4j.linalg.factory.ISparseMatrixFactory to public level3() : Level3 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Method public level1() : Level1 from class org.nd4j.linalg.factory.ISparseMatrixFactory to public level1() : Level1 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.nd4j.linalg.factory.BaseISparseMatrixFactory from class org.nd4j.linalg.factory.ISparseMatrixFactory | From | To | |
Push Down Attribute | 6 | ||
Push Down Attribute protected level2 : Level2 from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected level2 : Level2 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Attribute protected blas : Blas from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected blas : Blas from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Attribute protected level3 : Level3 from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected level3 : Level3 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Attribute protected lapack : Lapack from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected lapack : Lapack from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Attribute protected order : char from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected order : char from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Push Down Attribute protected level1 : Level1 from class org.nd4j.linalg.factory.ISparseMatrixFactory to protected level1 : Level1 from class org.nd4j.linalg.factory.BaseISparseMatrixFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.nd4j.linalg.factory.BaseISparseMatrixFactory from classes [org.nd4j.linalg.cpu.nativecpu.CpuSparseMatrixFactory] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute actualDataLength : long to bufferValuesLength : long in class org.nd4j.linalg.api.ndarray.ISparseMatrix | From | To | |
Extract Variable | 1 | ||
Extract Variable valuesSpace : int in method public ISparseMatrix(values double[], columns int[], pointerB int[], pointerE int[], shape int[]) from class org.nd4j.linalg.api.ndarray.ISparseMatrix | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type values : DataBuffer to values : DoubleBuffer in class org.nd4j.linalg.api.ndarray.ISparseMatrix | From | To | |
Rename Parameter | 1 | ||
Rename Parameter data : double[] to values : double[] in method public ISparseMatrix(values double[], columns int[], pointerB int[], pointerE int[], shape int[]) in class org.nd4j.linalg.api.ndarray.ISparseMatrix | From | To |