Lines Matching refs:this
16 * Public License Version 1.1 (the "MPL"). If you do not alter this
17 * notice, a recipient may use your version of this file under either
20 * You should have received a copy of the LGPL along with this library
23 * You should have received a copy of the MPL along with this library
26 * The contents of this file are subject to the Mozilla Public License
27 * Version 1.1 (the "License"); you may not use this file except in
180 if (min_value > (*this)(i,j))
182 min_value = (*this)(i,j);
200 if (max_value < (*this)(i,j))
202 max_value = (*this)(i,j);
214 double min_value = (*this)(i,0);
217 if (min_value > (*this)(i,j))
219 min_value = (*this)(i,j);
229 double max_value = (*this)(i,0);
232 if (max_value < (*this)(i,j))
234 max_value = (*this)(i,j);
254 double min_value = (*this)(0,0);
257 if (min_value > (*this)(i,i))
259 min_value = (*this)(i,i);
269 double max_value = (*this)(0,0);
272 if (max_value < (*this)(i,i))
274 max_value = (*this)(i,i);
296 result[i] += (*this)(i,j) * _vector[j];
368 return (*this);
374 return (*this);
380 return (*this);
386 return (*this);
392 return (*this);
456 (*this)(i,j) = _matrix(i,j);
462 return (*this);
469 return (*this);
477 (*this)(i,j) = _matrix(i,j);
479 return (*this);
573 return (*this);
579 return (*this);
599 oss << (*this);