The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::R::OP::Matrix - Matrix Operations

Description

R::OP::Matrix class in SPVM has methods for operations for n-dimension arrays R::NDArray representing matrices.

Usage

  use R::OP::Matrix;

Class Methods

cbind

static method cbind : R::NDArray ($x_ndarray : R::NDArray, $y_ndarray : R::NDArray);

rbind

static method rbind : R::NDArray ($x_ndarray : R::NDArray, $y_ndarray : R::NDArray);

Related Modules

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License