Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2017 Changes in this version + var AssertOn = true + var ColorsOn = true + var Verbose = false + func AnaNum(tst *testing.T, msg string, tol, ana, num float64, verbose bool) + func AnaNumC(tst *testing.T, msg string, tol float64, ana, num complex128, verbose bool) + func Array(tst *testing.T, msg string, tol float64, res, correct []float64) + func ArrayC(tst *testing.T, msg string, tol float64, res, correct []complex128) + func Bools(tst *testing.T, msg string, a, b []bool) + func CallerInfo(idx int) + func CheckAndPrint(tst *testing.T, msg string, tol, diff float64) + func Complex128(tst *testing.T, msg string, tolNorm float64, res, correct complex128) + func Deep2(tst *testing.T, msg string, tol float64, res, correct [][]float64) + func Deep2c(tst *testing.T, msg string, tol float64, res, correct [][]complex128) + func Deep3(tst *testing.T, msg string, tol float64, a, b [][][]float64) + func Deep4(tst *testing.T, msg string, tol float64, a, b [][][][]float64) + func DerivScaSca(tst *testing.T, msg string, tol, gAna, xAt, h float64, verb bool, ...) + func DerivScaVec(tst *testing.T, msg string, tol float64, gAna, xAt []float64, h float64, ...) + func DerivVecSca(tst *testing.T, msg string, tol float64, gAna []float64, xAt, h float64, ...) + func DerivVecVec(tst *testing.T, msg string, tol float64, gAna [][]float64, xAt []float64, ...) + func Err(msg string, prm ...interface{}) error + func Float64(tst *testing.T, msg string, tol, res, correct float64) + func Float64assert(a, b float64) + func Int(tst *testing.T, msg string, val, correct int) + func Int32(tst *testing.T, msg string, val, correct int32) + func Int32s(tst *testing.T, msg string, a, b []int32) + func Int64(tst *testing.T, msg string, val, correct int64) + func Int64s(tst *testing.T, msg string, a, b []int64) + func IntAssert(a, b int) + func IntAssertLessThan(a, b int) + func IntAssertLessThanOrEqualTo(a, b int) + func IntDeep2(tst *testing.T, msg string, res, correct [][]int) + func Ints(tst *testing.T, msg string, a, b []int) + func Panic(msg string, prm ...interface{}) + func PanicSimple(msg string, prm ...interface{}) + func PrintAnaNum(msg string, tol, ana, num float64, verbose bool) (e error) + func PrintAnaNumC(msg string, tol float64, ana, num complex128, verbose bool) (e error) + func PrintFail(msg string, prm ...interface{}) + func PrintOk(msg string, prm ...interface{}) + func PrintTitle(title string) + func Recover() + func RecoverTst(tst *testing.T) + func RecoverTstPanicIsOK(tst *testing.T) + func StrAssert(a, b string) + func StrDeep2(tst *testing.T, msg string, res, correct [][]string) + func String(tst *testing.T, str, correct string) + func Strings(tst *testing.T, msg string, a, b []string) + func Symmetry(tst *testing.T, msg string, X []float64)