Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basiclinalg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install( TARGETS ngbla ${ngs_install_dir} )

install( FILES
bandmatrix.hpp cholesky.hpp matrix.hpp ng_lapack.hpp
vector.hpp bla.hpp expr.hpp symmetricmatrix.hpp arch.hpp clapack.h
vector.hpp bla.hpp expr.hpp symmetricmatrix.hpp arch.hpp ng_clapack.h
tensor.hpp cuda_bla.hpp avector.hpp ngblas.hpp
DESTINATION ${NGSOLVE_INSTALL_DIR_INCLUDE}
COMPONENT ngsolve_devel
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion basiclinalg/ng_lapack.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace ngbla
typedef int L_fp; // ?


#include "clapack.h"
#include "ng_clapack.h"
}


Expand Down