Loading src/TNL/Matrices/MatrixInfo.h +2 −3 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ template< typename Real, struct MatrixInfo< DenseMatrixView< Real, Device, Index, Organization > > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading @@ -50,9 +52,6 @@ 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 +2 −3 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ template< typename Real, struct MatrixInfo< DenseMatrixView< Real, Device, Index, Organization > > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading @@ -50,9 +52,6 @@ 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