autd3-holo-gain 1.10.0

Holo (Multiple foci) Gain for AUTD.
Documentation
/*
 * File: lib.rs
 * Project: src
 * Created Date: 28/05/2021
 * Author: Shun Suzuki
 * -----
 * Last Modified: 24/11/2021
 * Modified By: Shun Suzuki (suzuki@hapis.k.u-tokyo.ac.jp)
 * -----
 * Copyright (c) 2021 Hapis Lab. All rights reserved.
 *
 */

mod backend;
mod combinational;
mod error;
mod linear_synthesis;
mod macros;
mod matrix;
mod nls;

pub use backend::*;
pub use combinational::*;
pub use linear_synthesis::*;
pub use matrix::*;
pub use nls::*;