19bool mnlsame(
const char *,
const char *);
22int mndspr(
const char *uplo,
unsigned int n,
double alpha,
const double *
x,
int incx,
double *ap)
31 int kk, ix, jx, kx = 0;
129 else if (incx == 0) {
139 if (
n == 0 || alpha == 0.) {
146 kx = 1 - (
n - 1) * incx;
147 }
else if (incx != 1) {
161 for (j = 1; j <= i__1; ++j) {
166 for (i__ = 1; i__ <= i__2; ++i__) {
167 ap[k] +=
x[i__] * temp;
178 for (j = 1; j <= i__1; ++j) {
180 temp = alpha *
x[jx];
183 for (k = kk; k <= i__2; ++k) {
184 ap[k] +=
x[ix] * temp;
200 for (j = 1; j <= i__1; ++j) {
205 for (i__ = j; i__ <= i__2; ++i__) {
206 ap[k] +=
x[i__] * temp;
217 for (j = 1; j <= i__1; ++j) {
219 temp = alpha *
x[jx];
222 for (k = kk; k <= i__2; ++k) {
223 ap[k] +=
x[ix] * temp;
bool mnlsame(const char *, const char *)
int mnxerbla(const char *, int)
int mndspr(const char *, unsigned int, double, const double *, int, double *)
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.