• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Are there software libraries (java, C# ..) with Table Valued Functions?

Joined
5/21/12
Messages
9
Points
13
Hello all

I am currently working on a non-commercial .net library with table-valued functions (see finaquant protos).

I wonder, if there are already other software libraries in any language (java, C# ..) that include table-valued functions? I couldn't find any so far.

With table-valued function I mean a function with data tables as input and output parameters.

Analogy: A table function can be compared to a matrix function (typically in linear algebra) with the difference that its input and output parameters are tables instead of matrices.

Tunc
 
Back
Top