testlapack

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dgelq2Test

func Dgelq2Test(t *testing.T, impl Dgelq2er)

func DgelqfTest

func DgelqfTest(t *testing.T, impl Dgelqfer)

func DgelsTest

func DgelsTest(t *testing.T, impl Dgelser)

func Dgeqr2Test

func Dgeqr2Test(t *testing.T, impl Dgeqr2er)

func DgeqrfTest

func DgeqrfTest(t *testing.T, impl Dgeqrfer)

func DlangeTest

func DlangeTest(t *testing.T, impl Dlanger)

func DlarfTest

func DlarfTest(t *testing.T, impl Dlarfer)

func DlarfbTest

func DlarfbTest(t *testing.T, impl Dlarfber)

func DlarfgTest

func DlarfgTest(t *testing.T, impl Dlarfger)

func DlarftTest

func DlarftTest(t *testing.T, impl Dlarfter)

func Dorm2rTest

func Dorm2rTest(t *testing.T, impl Dorm2rer)

func Dorml2Test

func Dorml2Test(t *testing.T, impl Dorml2er)

func DormlqTest

func DormlqTest(t *testing.T, impl Dormlqer)

func DormqrTest

func DormqrTest(t *testing.T, impl Dormqrer)

func Dpotf2Test

func Dpotf2Test(t *testing.T, impl Dpotf2er)

func DpotrfTest

func DpotrfTest(t *testing.T, impl Dpotrfer)

func IladlcTest

func IladlcTest(t *testing.T, impl Iladlcer)

func IladlrTest

func IladlrTest(t *testing.T, impl Iladlrer)

Types

type Dgelq2er

type Dgelq2er interface {
	Dgelq2(m, n int, a []float64, lda int, tau, work []float64)
}

type Dgelqfer

type Dgelqfer interface {
	Dgelq2er
	Dgelqf(m, n int, a []float64, lda int, tau, work []float64, lwork int)
}

type Dgelser

type Dgelser interface {
	Dgels(trans blas.Transpose, m, n, nrhs int, a []float64, lda int, b []float64, ldb int, work []float64, lwork int) bool
}

type Dgeqr2er

type Dgeqr2er interface {
	Dgeqr2(m, n int, a []float64, lda int, tau []float64, work []float64)
}

type Dgeqrfer

type Dgeqrfer interface {
	Dgeqr2er
	Dgeqrf(m, n int, a []float64, lda int, tau, work []float64, lwork int)
}

type Dlanger

type Dlanger interface {
	Dlange(norm lapack.MatrixNorm, m, n int, a []float64, lda int, work []float64) float64
}

type Dlarfber

type Dlarfber interface {
	Dlarfter
	Dlarfb(side blas.Side, trans blas.Transpose, direct lapack.Direct,
		store lapack.StoreV, m, n, k int, v []float64, ldv int, t []float64, ldt int,
		c []float64, ldc int, work []float64, ldwork int)
}

type Dlarfer

type Dlarfer interface {
	Dlarf(side blas.Side, m, n int, v []float64, incv int, tau float64, c []float64, ldc int, work []float64)
}

type Dlarfger

type Dlarfger interface {
	Dlarfg(n int, alpha float64, x []float64, incX int) (beta, tau float64)
}

type Dlarfter

type Dlarfter interface {
	Dgeqr2er
	Dlarft(direct lapack.Direct, store lapack.StoreV, n, k int, v []float64, ldv int, tau []float64, t []float64, ldt int)
}

type Dorm2rer

type Dorm2rer interface {
	Dgeqrfer
	Dorm2r(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, tau, c []float64, ldc int, work []float64)
}

type Dorml2er

type Dorml2er interface {
	Dgelqfer
	Dorml2(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, tau, c []float64, ldc int, work []float64)
}

type Dormlqer

type Dormlqer interface {
	Dorml2er
	Dormlq(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, tau, c []float64, ldc int, work []float64, lwork int)
}

type Dormqrer

type Dormqrer interface {
	Dorm2rer
	Dormqr(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, tau, c []float64, ldc int, work []float64, lwork int)
}

type Dpotf2er

type Dpotf2er interface {
	Dpotf2(ul blas.Uplo, n int, a []float64, lda int) (ok bool)
}

type Dpotrfer

type Dpotrfer interface {
	Dpotrf(ul blas.Uplo, n int, a []float64, lda int) (ok bool)
}

type Iladlcer

type Iladlcer interface {
	Iladlc(m, n int, a []float64, lda int) int
}

type Iladlrer

type Iladlrer interface {
	Iladlr(m, n int, a []float64, lda int) int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL