/dports/math/amgcl/amgcl-1.4.2/amgcl/solver/ |
H A D | bicgstabl.hpp | 186 MZa(prm.L + 1, prm.L + 1), in bicgstabl() 305 MZa(i, j) = inner_product(*R[i], *R[j]); in operator ()() 312 MZa(i, j) = MZa(j, i) = math::adjoint(MZa(j, i)); in operator ()() 316 std::copy(MZa.data(), MZa.data() + MZa.size(), MZb.data()); in operator ()() 321 qr.solve(L, L, MZa.stride(0), MZa.stride(1), in operator ()() 322 &MZa(1, 1), &MZb(0, 1), &Y0[1]); in operator ()() 326 qr.solve(L-1, L-1, MZa.stride(0), MZa.stride(1), in operator ()() 327 &MZa(1, 1), &MZb(0, 1), &Y0[1]); in operator ()() 331 qr.solve(L-1, L-1, MZa.stride(0), MZa.stride(1), in operator ()() 451 b += MZa.size() * sizeof(coef_type); in bytes() [all …]
|
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/bcgsl/ |
H A D | bcgsl.c | 157 ierr = VecMDot(VVR[i], i+1, VVR, &MZa[i*ldMZ]);CHKERRQ(ierr); in KSPSolve_BCGSL() 162 MZa[i*ldMZ+j] = MZa[j*ldMZ+i] = PetscConj(MZa[j*ldMZ+i]); in KSPSolve_BCGSL() 166 ierr = PetscArraycpy(MZb,MZa,ldMZ*ldMZ);CHKERRQ(ierr); in KSPSolve_BCGSL() 206 PetscStackCallBLAS("LAPACKpotrf",LAPACKpotrf_("Lower", &bell, &MZa[1+ldMZ], &ldMZ, &bierr)); in KSPSolve_BCGSL() 220 PetscStackCallBLAS("LAPACKpotrf",LAPACKpotrf_("Lower", &neqs, &MZa[1+ldMZ], &ldMZ, &bierr)); in KSPSolve_BCGSL() 226 …PetscStackCallBLAS("LAPACKpotrs",LAPACKpotrs_("Lower", &neqs, &ione, &MZa[1+ldMZ], &ldMZ, &AY0c[1]… in KSPSolve_BCGSL() 344 ierr = PetscFree5(AY0c,AYlc,AYtc,MZa,MZb);CHKERRQ(ierr); in KSPBCGSLSetXRes() 412 ierr = PetscFree5(AY0c,AYlc,AYtc,MZa,MZb);CHKERRQ(ierr); in KSPBCGSLSetPol() 456 ierr = PetscFree5(AY0c,AYlc,AYtc,MZa,MZb);CHKERRQ(ierr); in KSPBCGSLSetEll() 533 ierr = PetscMalloc5(ldMZ,&AY0c,ldMZ,&AYlc,ldMZ,&AYtc,ldMZ*ldMZ,&MZa,ldMZ*ldMZ,&MZb);CHKERRQ(ierr); in KSPSetUp_BCGSL() [all …]
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatdmatsub/ |
H A D | MZaM3x3a.cpp | 69 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 73 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaM3x3b.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaLDa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaSDa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaHDa.cpp | 70 using MZa = blaze::ZeroMatrix<ScalarA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaDDa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaUDa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatsub/ |
H A D | M3x3aMZa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | M3x3bMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | DDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | HDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<ScalarA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | LDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | SDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | UDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatdmatadd/ |
H A D | MZaM3x3a.cpp | 69 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 73 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaM3x3b.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | MZaDDa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatadd/ |
H A D | M3x3aMZa.cpp | 70 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 74 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | M3x3bMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
H A D | SDaMZa.cpp | 71 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 75 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatreduce/rowwise/ |
H A D | MZa.cpp | 68 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 71 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatreduce/total/ |
H A D | MZa.cpp | 68 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 71 using CMZa = blazetest::Creator<MZa>; in main()
|
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatreduce/columnwise/ |
H A D | MZa.cpp | 68 using MZa = blaze::ZeroMatrix<TypeA>; in main() typedef 71 using CMZa = blazetest::Creator<MZa>; in main()
|