view test/bug-35448/fB.m @ 31224:45984c799215

sparse-xpow.cc: Use faster multiplication technique based on input matrix sparsity
author Arun Giridhar <arungiridhar@gmail.com>
date Sat, 10 Sep 2022 15:44:05 -0400
parents fc4bb4bd1d5e
children
line wrap: on
line source

## fB.m
function y = fB (x)
  y = x;
endfunction