OpenBLAS/lapack
John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR
If OpenBLAS is built using add_subdirectory(OpenBlas) as part of another project
then the paths set by CMAKE_XXX_DIR are relative to the parent project
and not the OpenBLAS project.
2016-05-25 09:13:28 +02:00
..
getf2 Refs #723. Avoid out of boundary for getf2. 2016-01-26 09:14:57 -06:00
getrf optimized getrf_single.c for POWER8 2016-05-17 16:19:53 +02:00
getrs Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
laswp MIPS P5600(32 bit) and I6400(64 bit) cores support added. 2016-04-22 14:03:18 +05:30
lauu2 Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT instead of FLOAT[2] as imaginary part is not used). 2016-02-04 16:59:56 -05:00
lauum Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
potf2 Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT instead of FLOAT[2] as imaginary part is not used). 2016-02-04 16:59:56 -05:00
potrf Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trti2 Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trtri Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
CMakeLists.txt Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 2016-05-25 09:13:28 +02:00
Makefile enabled abd tested optimized trtri lapack functions 2014-05-23 10:55:39 +02:00