Loading src/TNL/Matrices/MatrixInfo.h +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ template< typename Real, struct MatrixInfo< DenseMatrix< Real, Device, Index, Organization, RealAllocator > > : public MatrixInfo< typename DenseMatrix< Real, Device, Index, Organization, RealAllocator >::ViewType > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading Loading
src/TNL/Matrices/MatrixInfo.h +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ template< typename Real, struct MatrixInfo< DenseMatrix< Real, Device, Index, Organization, RealAllocator > > : public MatrixInfo< typename DenseMatrix< Real, Device, Index, Organization, RealAllocator >::ViewType > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading