Click or drag to resize
Accord.NET (logo)

MatrixInner Method

Overload List
  NameDescription
Public methodStatic memberInner(Byte, Byte) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Byte, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Byte, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Byte, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Decimal, Decimal) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Decimal, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Decimal, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Decimal, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Double, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Double, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Double, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int16, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int16, Int16) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int16, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int16, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int32, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int32, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int32, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int64, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int64, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int64, Int64) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Int64, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(SByte, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(SByte, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(SByte, SByte) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(SByte, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Single, Double) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Single, Int32) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Public methodStatic memberInner(Single, Single) Obsolete.
Gets the inner product (dot product) between two vectors (a*bT).
Top
See Also