Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. titous09

    using functions for tensor math

    well i found a way around this. you have to use the "interface" structure. do something like this: interface doubledot function doubledot(a,b) real, dimension(3,3) :: a, b real, dimension(3,3,3,3) :: doubledot end function doubledot end interface thanks for the help though!
  2. titous09

    using functions for tensor math

    hello, i'm trying to creat a function that will take two (3x3) matrices as an input and output a (3x3x3x3) tensor. i have already created a code, but when i try and compile i get the following error: Error: The number of subscripts is incorrect. Here is my source code: program tensors...

Part and Inventory Search

Back
Top