Loading src/TNL/Solvers/Linear/UmfpackWrapper.h +4 −4 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ public: typedef typename Matrix :: DeviceType DeviceType; typedef Matrix MatrixType; typedef Preconditioner PreconditionerType; typedef SharedPointer< const MatrixType, DeviceType, true > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType, true > PreconditionerPointer; typedef SharedPointer< const MatrixType, DeviceType > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType > PreconditionerPointer; UmfpackWrapper() { Loading Loading @@ -99,8 +99,8 @@ public: typedef Devices::Host DeviceType; typedef Matrices::CSR< double, Devices::Host, int > MatrixType; typedef Preconditioner PreconditionerType; typedef SharedPointer< const MatrixType, DeviceType, true > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType, true > PreconditionerPointer; typedef SharedPointer< const MatrixType, DeviceType > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType > PreconditionerPointer; UmfpackWrapper(); Loading Loading
src/TNL/Solvers/Linear/UmfpackWrapper.h +4 −4 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ public: typedef typename Matrix :: DeviceType DeviceType; typedef Matrix MatrixType; typedef Preconditioner PreconditionerType; typedef SharedPointer< const MatrixType, DeviceType, true > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType, true > PreconditionerPointer; typedef SharedPointer< const MatrixType, DeviceType > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType > PreconditionerPointer; UmfpackWrapper() { Loading Loading @@ -99,8 +99,8 @@ public: typedef Devices::Host DeviceType; typedef Matrices::CSR< double, Devices::Host, int > MatrixType; typedef Preconditioner PreconditionerType; typedef SharedPointer< const MatrixType, DeviceType, true > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType, true > PreconditionerPointer; typedef SharedPointer< const MatrixType, DeviceType > MatrixPointer; typedef SharedPointer< const PreconditionerType, DeviceType > PreconditionerPointer; UmfpackWrapper(); Loading