minor cleanup

This commit is contained in:
conrad
2024-04-03 13:03:19 +10:00
parent 02a706c60b
commit e0551c4aa1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class SpMat : public SpBase< eT, SpMat<eT> >
template<typename T1> inline SpMat& operator*=(const Op<T1, op_diagmat>& expr);
template<typename T1> inline SpMat& operator/=(const Op<T1, op_diagmat>& expr);
template<typename T1> inline SpMat& operator%=(const Op<T1, op_diagmat>& expr);
//! explicit specification of sparse +/- scalar
template<typename T1, typename op_type> inline explicit SpMat(const SpToDOp<T1, op_type>& expr);
+1 -1
View File
@@ -22,7 +22,7 @@
// prefix for single precision: fftwf_
// prefix for double precision: fftw_
typedef void fftwf_complex;
typedef void fftw_complex;