eigenMapMatMult3 {GWAS.BAYES}R Documentation

eigenMapMatMult3

Description

Matrix multiplication between 3 matrices (A * B * C)

Usage

eigenMapMatMult3(A, B, C)

Arguments

A

First Matrix

B

Second Matrix

C

Third Matrix

Value

The result of A * B * C


[Package GWAS.BAYES version 1.4.0 Index]