Versions in this module Expand all Collapse all v0 v0.6.5 Feb 5, 2020 v0.6.3 Feb 5, 2020 Changes in this version + type ApplyOrtho byte + const ApplyP + const ApplyQ + type BalanceJob byte + const BalanceNone + const Permute + const PermuteScale + const Scale + type Complex128 interface + type Direct byte + const Backward + const Forward + type EVComp byte + const EVCompNone + const EVOrig + const EVTridiag + type EVHowMany byte + const EVAll + const EVAllMulQ + const EVSelected + type EVJob byte + const EVCompute + const EVNone + type EVSide byte + const EVBoth + const EVLeft + const EVRight + type Float64 interface + Dgecon func(norm MatrixNorm, n int, a []float64, lda int, anorm float64, work []float64, ...) float64 + Dgeev func(jobvl LeftEVJob, jobvr RightEVJob, n int, a []float64, lda int, ...) (first int) + Dgelqf func(m, n int, a []float64, lda int, tau, work []float64, lwork int) + Dgels func(trans blas.Transpose, m, n, nrhs int, a []float64, lda int, b []float64, ...) bool + Dgeqrf func(m, n int, a []float64, lda int, tau, work []float64, lwork int) + Dgesvd func(jobU, jobVT SVDJob, m, n int, a []float64, lda int, s, u []float64, ldu int, ...) (ok bool) + Dgetrf func(m, n int, a []float64, lda int, ipiv []int) (ok bool) + Dgetri func(n int, a []float64, lda int, ipiv []int, work []float64, lwork int) (ok bool) + Dgetrs func(trans blas.Transpose, n, nrhs int, a []float64, lda int, ipiv []int, ...) + Dggsvd3 func(jobU, jobV, jobQ GSVDJob, m, n, p int, a []float64, lda int, b []float64, ...) (k, l int, ok bool) + Dlange func(norm MatrixNorm, m, n int, a []float64, lda int, work []float64) float64 + Dlansy func(norm MatrixNorm, uplo blas.Uplo, n int, a []float64, lda int, work []float64) float64 + Dlantr func(norm MatrixNorm, uplo blas.Uplo, diag blas.Diag, m, n int, a []float64, ...) float64 + Dlapmt func(forward bool, m, n int, x []float64, ldx int, k []int) + Dormlq func(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, ...) + Dormqr func(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, ...) + Dpocon func(uplo blas.Uplo, n int, a []float64, lda int, anorm float64, work []float64, ...) float64 + Dpotrf func(ul blas.Uplo, n int, a []float64, lda int) (ok bool) + Dpotri func(ul blas.Uplo, n int, a []float64, lda int) (ok bool) + Dpotrs func(ul blas.Uplo, n, nrhs int, a []float64, lda int, b []float64, ldb int) + Dsyev func(jobz EVJob, uplo blas.Uplo, n int, a []float64, lda int, w, work []float64, ...) (ok bool) + Dtrcon func(norm MatrixNorm, uplo blas.Uplo, diag blas.Diag, n int, a []float64, lda int, ...) float64 + Dtrtri func(uplo blas.Uplo, diag blas.Diag, n int, a []float64, lda int) (ok bool) + Dtrtrs func(uplo blas.Uplo, trans blas.Transpose, diag blas.Diag, n, nrhs int, a []float64, ...) (ok bool) + type GSVDJob byte + const GSVDNone + const GSVDQ + const GSVDU + const GSVDUnit + const GSVDV + type GenOrtho byte + const GeneratePT + const GenerateQ + type LeftEVJob byte + const LeftEVCompute + const LeftEVNone + type MatrixNorm byte + const Frobenius + const MaxAbs + const MaxColumnSum + const MaxRowSum + type MatrixType byte + const General + const LowerTri + const UpperTri + type Pivot byte + const Bottom + const Top + const Variable + type RightEVJob byte + const RightEVCompute + const RightEVNone + type SVDJob byte + const SVDAll + const SVDNone + const SVDOverwrite + const SVDStore + type SchurComp byte + const SchurHess + const SchurNone + const SchurOrig + type SchurJob byte + const EigenvaluesAndSchur + const EigenvaluesOnly + type Sort byte + const SortDecreasing + const SortIncreasing + type StoreV byte + const ColumnWise + const RowWise + type UpdateSchurComp byte + const UpdateSchur + const UpdateSchurNone