Skip to content

Commit fe9e59a

Browse files
rtburns-jplGitHub Enterprise
authored andcommitted
Convert core::Matrix from pyre::grid to Eigen (#858)
* Convert isce3::core::Matrix pyre -> Eigen * Remove unused Cube class * Remove unused Matrix.icc * Remove commented code * Check size_t/ptrdiff_t coercion * Drop extraneous typename * Throw error for invalid pixel/line offset * Remove Row{Array/Matrix}XX aliases * Fix shadowed template parameter * Fix matrix base class * Fix indentation
1 parent 7b3c6a2 commit fe9e59a

File tree

15 files changed

+169
-1399
lines changed

15 files changed

+169
-1399
lines changed

cxx/isce3/Headers.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ core/Baseline.h
1919
core/Basis.h
2020
core/Common.h
2121
core/Constants.h
22-
core/Cube.h
23-
core/Cube.icc
2422
core/DateTime.h
2523
core/DenseMatrix.h
2624
core/detail/BuildOrbit.h
@@ -42,7 +40,6 @@ core/LUT1d.h
4240
core/LUT1d.icc
4341
core/LUT2d.h
4442
core/Matrix.h
45-
core/Matrix.icc
4643
core/Metadata.h
4744
core/Orbit.h
4845
core/Peg.h

cxx/isce3/core/Cube.h

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)