Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
186f8205db59ab985cccb4045dc75c2087f08f6f
eigen/blas/f2c/d_cnjg.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
109 B
C
Raw Normal View History

Apply clang-format to lapack/blas directories
2024-02-09 10:32:56 -08:00
#include "datatypes.h"
Adds a modified f2c-generated C implmentation for BLAS. This adds an optional implementation for the BLAS library that does not require the use of a FORTRAN compiler. It can be enabled with EIGEN_USE_F2C_BLAS. The C implementation uses the standard gfortran calling convention and does not require the use of -ff2c when compiled with gfortran.
2014-11-24 10:56:30 -08:00
void d_cnjg(doublecomplex *r, doublecomplex *z) {
Apply clang-format to lapack/blas directories
2024-02-09 10:32:56 -08:00
r->r = z->r;
r->i = -(z->i);
Adds a modified f2c-generated C implmentation for BLAS. This adds an optional implementation for the BLAS library that does not require the use of a FORTRAN compiler. It can be enabled with EIGEN_USE_F2C_BLAS. The C implementation uses the standard gfortran calling convention and does not require the use of -ff2c when compiled with gfortran.
2014-11-24 10:56:30 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 546ms Template: 15ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API