efficient_matrix_mult {lgspline} | R Documentation |
Efficient Matrix Multiplication
Description
Performs matrix multiplication using RcppArmadillo
Usage
efficient_matrix_mult(A, B)
Arguments
A |
First input matrix |
B |
Second input matrix |
Value
Matrix product of A and B
[Package lgspline version 0.2.0 Index]