#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "spblas.h"
Go to the source code of this file.
|
#define | max(x, y) (( x > y ) ? x : y) /* max function */ |
|
|
double | svbrres (int m, int n, int m_blk, double *val, int *indx, int *bindx, int *rpntr, int *cpntr, int *bpntrb, int *bpntre, double *x, double *b) |
|
◆ max
#define max |
( |
| x, |
|
|
| y ) (( x > y ) ? x : y) /* max function */ |
◆ svbrres()
double svbrres |
( |
int | m, |
|
|
int | n, |
|
|
int | m_blk, |
|
|
double * | val, |
|
|
int * | indx, |
|
|
int * | bindx, |
|
|
int * | rpntr, |
|
|
int * | cpntr, |
|
|
int * | bpntrb, |
|
|
int * | bpntre, |
|
|
double * | x, |
|
|
double * | b ) |