Examples of RenameContractedIndices


Examples of cc.redberry.transformation.collect.RenameContractedIndices

                    List<Tensor> generatedKroneckers = uncontractIndicesTransformation.getKroneckers();
                    split.factoredOut.add(generatedKroneckers);


                    //renaming indices of toCollect tensor
                    new RenameContractedIndices(collectedTerm.getCollectedFactorsIndicesNames().toArray()).transform(split.collectedTerm, split.factoredOut);

                    Tensor toCollect = split.collectedTerm;
                    Tensor collectedTensor = collectedTerm.collectedItem;

                    List<IndexMappingBuffer> buffers = IndexMappingUtils.createAllMappings(toCollect, collectedTensor, false);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.