Show / Hide Table of Contents

    Class MatrixMultiplication

    Inheritance
    Object
    MatrixMultiplication
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Miscellaneous
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class MatrixMultiplication

    Methods

    Multiply(Int32[,], Int32[,])

    Declaration
    public static int[, ] Multiply(int[, ] a, int[, ] b)
    Parameters
    Type Name Description
    Int32[,] a
    Int32[,] b
    Returns
    Type Description
    Int32[,]
    Back to top Generated by DocFX