Difference between revisions of "Ttclass/dot.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Update function See also links and function index membership)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:ttclass/dot.m}} __NOTOC__
 
{{DISPLAYTITLE:ttclass/dot.m}} __NOTOC__
 +
Dot product of TT representations of matrices.
  
Dot product of TT representations of matrices. Syntax:
+
==Syntax==
 
 
  
 
     c=dot(a,b)
 
     c=dot(a,b)
  
==Arguments==
+
==Parameters==
  
a,b - tensor train objects representing numerical
+
    a,b - tensor train objects representing numerical
 
           arrays of consistent dimensions and having
 
           arrays of consistent dimensions and having
 
           the same internal topology
 
           the same internal topology
Line 14: Line 14:
 
==Outputs==
 
==Outputs==
  
c   - inner product of a and b
+
    c - inner product of a and b
 +
 
 +
==See also==
 +
[[ttclass.m]], [[ttclass/hdot.m]], [[ttclass/norm.m]], [[ttclass/amensolve.m]], [[ttclass/amensum.m]], [[ttclass/clearcoeff.m]], [[ttclass/conj.m]], [[ttclass/ctranspose.m]], [[ttclass/diag.m]], [[ttclass/full.m]], [[ttclass/ismatrix.m]], [[ttclass/isnumeric.m]], [[ttclass/isreal.m]], [[ttclass/kron.m]], [[ttclass/mean.m]], [[ttclass/minus.m]], [[ttclass/mldivide.m]], [[ttclass/mrdivide.m]], [[ttclass/mtimes.m]], [[ttclass/nnz.m]], [[ttclass/numel.m]], [[ttclass/pack.m]], [[ttclass/plus.m]], [[ttclass/rand.m]], [[ttclass/ranks.m]], [[ttclass/rdivide.m]], [[ttclass/revert.m]], [[ttclass/shrink.m]], [[ttclass/size.m]], [[ttclass/sizes.m]], [[ttclass/subsref.m]], [[ttclass/sum.m]], [[ttclass/trace.m]], [[ttclass/transpose.m]], [[ttclass/truncate.m]], [[ttclass/ttort.m]], [[ttclass/unit_like.m]], [[ttclass/vec.m]], [[Tensor_train_module]]
  
d.savostyanov@soton.ac.uk
+
''Version 2.1, authors: [[Dmitry Savostyanov]], [[Ilya Kuprov]]''
ilya.kuprov@weizmann.ac.il
 

Latest revision as of 19:42, 6 June 2026