/ani/mrses

To get this branch, use:
bzr branch http://darksoft.org/webbzr/ani/mrses
1 by Suren A. Chilingaryan
Initial import
1
#ifndef _LAPACK_POTRF_H
2
#define _LAPACK_POTRF_H
3
4
int atlas_spotrf2(const short int N, MRSESDataType *A, const short int lda);
5
int atlas_spotrf_u(const short int N, MRSESDataType *A, const short int lda);
6
7
#endif /* _LAPACK_POTRF_H */