Log10Matrix

smile.math.Log10Matrix

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(i: Int, j: Int): Double

Attributes

Definition Classes
override def ncol: Int

Attributes

Definition Classes
override def nrow: Int

Attributes

Definition Classes
override def simplify: MatrixExpression

Attributes

Definition Classes

Inherited methods

Matrix multiplication A * B

Matrix multiplication A * B

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression
def *(x: VectorExpression): Ax

A * x

A * x

Attributes

Inherited from:
MatrixExpression

Element-wise multiplication

Element-wise multiplication

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
MatrixExpression

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Matrix transpose

Matrix transpose

Attributes

Inherited from:
MatrixExpression
def toMatrix: Matrix

Attributes

Inherited from:
MatrixExpression