Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
Performance
bin
LU.h
Go to the documentation of this file.
1
#ifndef LU_H
2
#define LU_H
3
4
double
LU_num_flops
(
int
N
);
5
void
LU_copy_matrix
(
int
M,
int
N
,
double
**lu,
double
**
A
);
6
int
LU_factor
(
int
M,
int
N
,
double
**
A
,
int
*pivot);
7
8
9
#endif
LU_num_flops
double LU_num_flops(int N)
LU_copy_matrix
void LU_copy_matrix(int M, int N, double **lu, double **A)
N
#define N
Definition:
blowfish.cc:9
LU_factor
int LU_factor(int M, int N, double **A, int *pivot)
funct::A
A
Definition:
Factorize.h:54
Generated for CMSSW Reference Manual by
1.8.5