Gistlib Logo

gistlib

other swift categories

linear algebra code snippets in swift

create a wrapper for cblas_sgemm that takes in two matrices and has the declaration: func sgemm(a: matrix, b: matrix, transposea: bool, transposeb: bool, alpha: float, beta: float) -> matrix in swift

gistlibby LogSnag