6 lines
122 B
C++
6 lines
122 B
C++
#ifndef LAPACK_CPP_BLAS_HPP
|
|
#define LAPACK_CPP_BLAS_HPP
|
|
|
|
#include "lapack_cpp/blas/rot.hpp"
|
|
|
|
#endif // LAPACK_CPP_BLAS_HPP
|