Changeset 40 for include/fflas-ffpack/fflas_ftrmm_src.inl
- Timestamp:
- 08/28/07 18:01:02 (1 year ago)
- Files:
-
- 1 modified
-
include/fflas-ffpack/fflas_ftrmm_src.inl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include/fflas-ffpack/fflas_ftrmm_src.inl
r38 r40 155 155 if (!M || !N ) return; 156 156 157 static typename Field::Element one , Mone;157 static typename Field::Element one; 158 158 F.init(one, 1.0); 159 F.neg(Mone, one);160 159 161 160 size_t nsplit = DotProdBound (F, 0, one, … … 206 205 typename Field::Element * B, const size_t ldb) { 207 206 208 static typename Field::Element Mone;209 207 static typename Field::Element one; 210 208 F.init(one, 1.0); 211 F.neg(Mone,one);212 209 if (__FFLAS__Na == 1) 213 210 #ifdef __FFLAS__NONUNIT
