smile.deep.tensor.package-info Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 2010-2024 Haifeng Li. All rights reserved.
*
* Smile is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Smile is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Smile. If not, see .
*/
/**
* A tensor is a multidimensional array. Mathematically, a tensor is an
* algebraic object that describes a multilinear relationship between sets
* of algebraic objects related to a vector space. Tensors may map between
* different objects such as vectors, scalars, and even other tensors.
*
* @author Haifeng Li
*/
package smile.deep.tensor;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy