Function dzahui::solvers::fem::utils::add

source ·
pub fn add(b: &Array1<f64>, v: &Array1<f64>) -> Result<Array1<f64>, Error>
Expand description

General Information

Adds two vectors of the same length entry by entry

Parameters

  • b - First vector
  • v - Second vector