Home
last modified time | relevance | path

Searched refs:HERMITIAN (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/mfem/mfem-4.3/linalg/
H A Dcomplex_operator.hpp73 HERMITIAN, ///< Native convention for Hermitian operators enumerator
88 Convention convention = HERMITIAN);
156 Convention convention = HERMITIAN) in ComplexSparseMatrix()
260 Convention convention = HERMITIAN);
H A Dcomplex_operator.cpp218 const double factor = (convention_ == HERMITIAN) ? 1.0 : -1.0; in GetSystemMatrix()
451 if ((!transa && conv == ComplexOperator::HERMITIAN) || in MultTranspose()
490 if ((!transa && conv == ComplexOperator::HERMITIAN) || in MultTranspose()
665 const double factor = (convention_ == HERMITIAN) ? 1.0 : -1.0; in GetSystemMatrix()
/dports/math/mfem/mfem-4.3/fem/
H A Dcomplex_fem.hpp108 convention = ComplexOperator::HERMITIAN);
119 convention = ComplexOperator::HERMITIAN);
222 convention = ComplexOperator::HERMITIAN);
232 convention = ComplexOperator::HERMITIAN);
442 convention = ComplexOperator::HERMITIAN);
455 convention = ComplexOperator::HERMITIAN);
558 convention = ComplexOperator::HERMITIAN);
570 convention = ComplexOperator::HERMITIAN);
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/ao2mo/
H A Drestore_eri.c35 NPdunpack_tril(norb, buf, eri1+i*d3+j*d2, HERMITIAN); in AO2MOrestore_nr8to1()
52 NPdunpack_tril(norb, eri4+ij*npair, eri1+i*d3+j*d2, HERMITIAN); in AO2MOrestore_nr4to1()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/
H A Dfill_grids_int2c.c27 #define HERMITIAN 1 macro
127 if (hermi == HERMITIAN || hermi == SYMMETRIC) { in GTOgrids_int2c()
204 if (hermi == HERMITIAN) { in GTOgrids_int2c_spinor()
H A Dfill_int2c.c27 #define HERMITIAN 1 macro
/dports/math/cmlib/cmlib-3.0_8/doc/linpakc/
H A Dchpsl7 C***KEYWORDS COMPLEX,HERMITIAN,LINEAR ALGEBRA,LINPACK,MATRIX,PACKED,
10 C***PURPOSE Solves the COMPLEX HERMITIAN system A*X=B using factors
H A Dchisl7 C***KEYWORDS COMPLEX,HERMITIAN,LINEAR ALGEBRA,LINPACK,MATRIX,SOLVE
9 C***PURPOSE CHISL solves the COMPLEX HERMITIAN system A*X=B using
H A Dchifa7 C***KEYWORDS COMPLEX,FACTOR,HERMITIAN,LINEAR ALGEBRA,LINPACK,MATRIX
9 C***PURPOSE Factors a COMPLEX HERMITIAN matrix by elimination
H A Dchidi7 C***KEYWORDS COMPLEX,DETERMINANT,FACTOR,HERMITIAN,INVERSE,
11 C HERMITIAN matrix using the factors from CHIFA.
H A Dchpdi7 C***KEYWORDS COMPLEX,DETERMINANT,FACTOR,HERMITIAN,INVERSE,
11 C HERMITIAN matrix (packed form) using the factors from CHPFA
H A Dchpfa7 C***KEYWORDS COMPLEX,FACTOR,HERMITIAN,LINEAR ALGEBRA,LINPACK,MATRIX,
10 C***PURPOSE Factors a COMPLEX HERMITIAN matrix (packed form) by
H A Dchico7 C***KEYWORDS COMPLEX,CONDITION,FACTOR,HERMITIAN,LINEAR ALGEBRA,LINPACK,
10 C***PURPOSE Factors a COMPLEX HERMITIAN matrix by elimination with sym-
H A Dchpco7 C***KEYWORDS COMPLEX,CONDITION,FACTOR,HERMITIAN,LINEAR ALGEBRA,LINPACK,
10 C***PURPOSE Factors a COMPLEX HERMITIAN matrix (packed form) by
H A Dcpbdi10 C***PURPOSE Computes the determinant of a COMPLEX HERMITIAN POSITIVE
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/np_helper/
H A Dtranspose.c87 if (hermi == HERMITIAN || hermi == SYMMETRIC) { in NPdsymm_sum()
107 if (hermi == HERMITIAN) { in NPzhermi_sum()
H A Dnp_helper.h23 #define HERMITIAN 1 macro
H A Dpack_tril.c28 if (hermi == HERMITIAN || hermi == SYMMETRIC) { in NPdsymm_triu()
43 if (hermi == HERMITIAN) { in NPzhermi_triu()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Doct-parse.h94 HERMITIAN = 287, /* HERMITIAN */ enumerator
180 #define HERMITIAN 287 macro
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/x2c/
H A Dsfx2c1e.py149 t = xcell.pbc_intor('int1e_kin', 1, lib.HERMITIAN, kpts_lst)
150 s = xcell.pbc_intor('int1e_ovlp', 1, lib.HERMITIAN, kpts_lst)
249 ovlp = cell.pbc_intor('int1e_kin', 1, lib.HERMITIAN, kpts_lst)
/dports/databases/grass7/grass-7.8.6/include/
H A Dla.h127 { NONSYM, SYM, HERMITIAN } mat_type; enumerator
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/gto/
H A Decp.py61 v = lib.unpack_tril(buf[k], lib.HERMITIAN)
/dports/math/cmlib/cmlib-3.0_8/doc/licepak/
H A Dchiev7 C***KEYWORDS COMPLEX,COMPLEX HERMITIAN,EIGENANALYSIS,EIGENVALUE,
13 C vectors of a COMPLEX HERMITIAN matrix.
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/
H A Dnumpy_helper.py43 HERMITIAN = 1 variable
302 def unpack_tril(tril, filltriu=HERMITIAN, axis=-1, out=None):
370 if filltriu == HERMITIAN:
420 def hermi_triu(mat, hermi=HERMITIAN, inplace=True):
440 assert(hermi == HERMITIAN or hermi == ANTIHERMI)
622 def hermi_sum(a, axes=None, hermi=HERMITIAN, inplace=False, out=None):
/dports/math/cmlib/cmlib-3.0_8/doc/lindrv/
H A Dcpoir7 C***KEYWORDS COMPLEX,HERMITIAN,LINEAR EQUATIONS,POSITIVE DEFINITE
9 C***PURPOSE CPOIR solves a POSITIVE DEFINITE HERMITIAN

1234