breeze
package breeze
Package Members
- package collection
- package compat
- package features
- package generic
- package integrate
- package interpolation
- package io
- package linalg
This package contains everything relating to Vectors, Matrices, Tensors, etc.
This package contains everything relating to Vectors, Matrices, Tensors, etc.
If you're doing basic work, you probably want breeze.linalg.DenseVector and breeze.linalg.DenseMatrix, which support most operations. We also have breeze.linalg.SparseVectors and (basic!) support for a sparse matrix (breeze.linalg.CSCMatrix).
This package object contains Matlab-esque functions for interacting with tensors and matrices.
- package math
- package numerics
Contains several standard numerical functions as MappingUFuncs,
- package optimize
- package polynomial
- package signal
This package provides digital signal processing functions.
- package stats
- package storage
- package util