The main topic of this lecture is fast matrix multiplication. This topic is covered very well in textbooks, so the notes will be more sketchy than usual, and are meant mainly to record the topics covered. 1.1 Multiplying complex numbers Given two complex numbers, a + ıb and c + ıd, we wish to compute their product (ac − bd)+ ı(ad+ bc). Hence we need to compute two values, M1 = (ac − bd) and M2 = (ad+ bc). We assume that multiplication of real numbers is much more expensive then their addition or subtraction, and hence we wish to minimize the number of multiplications. The naive computation of M1 and M2 uses four multiplications. This can be reduced to three as follows. Compute P1 = ac, P2 = bd, and P3 = (a + b)(c + d). Now M1 = P1 − P2 and ...
Matrix multiplication is commonly used in scientific computation. Given matrices A = (aij ) of size ...
This thesis defines matrices and offers examples of how to multiply three or more matrices
AbstractThe main purpose of this paper is to present a fast matrix multiplication algorithm taken fr...
These notes are based on a lecture given at the Toronto Student Seminar on February 2, 2012. The mat...
By use of a simple identity, the product of two complex matrices can be formed with three real matri...
AbstractThis paper develops optimal algorithms to multiply an n × n symmetric tridiagonal matrix by:...
AbstractThe complexity of matrix multiplication has attracted a lot of attention in the last forty y...
In this paper we introduce efficient algorithm for the multiplication of biquaternions. The direct m...
Matrix multiplication is an operation that produces a matrix from two matrices and its applications...
In this paper, I explain a previously published three-dimensional algorithm for multiplying two two-...
The complexity of matrix multiplication (hereafter MM) has been intensively studied since 1969, when...
The evaluation of the product of two matrices can be very computationally expensive. The multiplica...
AbstractThe paper is a systematic survey of recently developed methods for the acceleration of MM, m...
Matrix multiplication is a basic operation of linear algebra, and has numerous applications to the t...
This paper develops an algorithm to multiply a px2 matrix by a 2xn matrix in $\lceil (3pn+max(n,p))/...
Matrix multiplication is commonly used in scientific computation. Given matrices A = (aij ) of size ...
This thesis defines matrices and offers examples of how to multiply three or more matrices
AbstractThe main purpose of this paper is to present a fast matrix multiplication algorithm taken fr...
These notes are based on a lecture given at the Toronto Student Seminar on February 2, 2012. The mat...
By use of a simple identity, the product of two complex matrices can be formed with three real matri...
AbstractThis paper develops optimal algorithms to multiply an n × n symmetric tridiagonal matrix by:...
AbstractThe complexity of matrix multiplication has attracted a lot of attention in the last forty y...
In this paper we introduce efficient algorithm for the multiplication of biquaternions. The direct m...
Matrix multiplication is an operation that produces a matrix from two matrices and its applications...
In this paper, I explain a previously published three-dimensional algorithm for multiplying two two-...
The complexity of matrix multiplication (hereafter MM) has been intensively studied since 1969, when...
The evaluation of the product of two matrices can be very computationally expensive. The multiplica...
AbstractThe paper is a systematic survey of recently developed methods for the acceleration of MM, m...
Matrix multiplication is a basic operation of linear algebra, and has numerous applications to the t...
This paper develops an algorithm to multiply a px2 matrix by a 2xn matrix in $\lceil (3pn+max(n,p))/...
Matrix multiplication is commonly used in scientific computation. Given matrices A = (aij ) of size ...
This thesis defines matrices and offers examples of how to multiply three or more matrices
AbstractThe main purpose of this paper is to present a fast matrix multiplication algorithm taken fr...