gomat

package module
v0.0.0-...-105951a Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2022 License: MPL-2.0 Imports: 1 Imported by: 1

README

需要先安装 MKL

然后建立链接

ln -s ${MKLROOT}/include /usr/local/include/mkl 
ln -s ${MKLROOT}/lib/intel64 /usr/local/lib/mkl

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MatMat

func MatMat(m, n, k int, a []float64, b []float64, c []float64)

func MatTransMat

func MatTransMat(m, n, k int, a []float64, b []float64, c []float64)

func MatTransVec

func MatTransVec(size int, mat []float64, x []float64, y []float64)

func MatVec

func MatVec(size int, mat []float64, x []float64, y []float64)

func SolveLinearEquations

func SolveLinearEquations(size int, mat []float64, nrhs int, b []float64) int

Types

This section is empty.

Jump to

Keyboard shortcuts

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